home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
sweep_next
/
Sweep.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-07
|
344 b
|
28 lines
#import <appkit/appkit.h>
@interface Sweep:Object
{
id radDeg;
id rotDir;
id rotDivisions;
id rotEnd;
id rotLength;
id rotView;
id sweepWindow;
id transDir;
id transLength;
id tranView;
id tranRot;
id cView;
NXRect boxFrame;
}
- appDidInit:sender;
- go:sender;
- rotTran:sender;
@end